Skip to content

fix(vendors): send Speechmatics STT key instead of api_key - #72

Merged
digitallysavvy merged 3 commits into
mainfrom
patch/Speechmatics
Aug 21, 2026
Merged

fix(vendors): send Speechmatics STT key instead of api_key#72
digitallysavvy merged 3 commits into
mainfrom
patch/Speechmatics

Conversation

@digitallysavvy

Copy link
Copy Markdown
Collaborator

Speechmatics STT requests were previously serialized with api_key, but the API expects
key, so this patch corrects the param naming mismatch and prevents authentication/
validation failures.

Summary

  • Update Speechmatics ASR type/model wiring to emit key.
  • Adjust request-body and STT language tests for the corrected payload field.
  • Update vendor docs and changelog to document the Speechmatics param fix.

Why

This is a small patch to make generated request payloads match the Speechmatics API
contract.

Notes

  • Existing Speechmatics integration flow is unchanged besides the param rename.

@seymourtang seymourtang left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@digitallysavvy
digitallysavvy merged commit 0d93dd6 into main Aug 21, 2026
8 checks passed
@digitallysavvy
digitallysavvy deleted the patch/Speechmatics branch August 21, 2026 13:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants